From: Glenn Morris Date: Tue, 29 Sep 2009 02:43:46 +0000 (+0000) Subject: (tramp-smb-handle-directory-files-and-attributes): Use X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10225 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b696417d24c8657a3ac35db6a789ad359ff84f00;p=emacs.git (tramp-smb-handle-directory-files-and-attributes): Use tramp-compat-file-attributes rather than nonexistent tramp-compat-handle-file-attributes. --- diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 86cbe641d99..549001db75a 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -323,7 +323,7 @@ PRESERVE-UID-GID is completely ignored." "Like `directory-files-and-attributes' for Tramp files." (mapcar (lambda (x) - (cons x (tramp-compat-handle-file-attributes + (cons x (tramp-compat-file-attributes (if full x (expand-file-name x directory)) id-format))) (directory-files directory full match nosort)))